ListBoxGetCurSel

 

ListBoxGetCurSel ÇÔ¼ö´Â À©µµ¿ì ControlÀÇ ListBox ¿¡¼­ ¼±ÅÃµÈ µ¥ÀÌÅÍÀÇ Index(À§Ä¡)°ªÀ» ºÒ·¯¿Â´Ù.

 

@ListBoxGetCurSel(char* class_name);

 

ÇÔ¼öÀÎÀÚ

char* class_name       ÆíÁý±âÀÇ À©µµ¿ì control ListBox¿ÀºêÁ§Æ®ÀÇ Class Name ÀÌ µÈ´Ù.

 

¿¹Á¦

int index=@ListBoxGetCurSel("ListBox1");

¹®Àå¼³¸í : ClassNameÀÌ ListBox1À̶ó´Â ListBox ¿¡¼­ ÇöÀç ¼±ÅÃµÈ µ¥ÀÌÅÍÀÇ index°ªÀ» µ¹·ÁÁØ´Ù. ¸¸¾à, ¼±ÅÃµÈ µ¥ÀÌÅÍ°¡ À§¿¡¼­ 3¹ø°¶ó¸é Index=2°ªÀ» µ¹·ÁÁØ´Ù. ¿Ö³ÄÇϸé Index´Â 0ºÎÅÍ ½ÃÀÛÇÑ´Ù.

 

°ü·ÃÇ׸ñ

@ListBoxAddString()

@ListBoxDeleteString()

@ListBoxFillDir()

@ListBoxFillFile()

@ListBoxGetCurSel()

@ListBoxGetSel()

@ListBoxGetSelCount()

@ListBoxGetText()

@ListBoxResetContent()

@ListBoxSetCurSel()